|
|
> I'm trying to load a series of data points from a file, but I'm only
getting
> about half of them loaded. The data file is structured with three float
> values per line:
>
> raInDeg decInDeg zval
Well, the data needs to be
[Float] , [Float], [Float],
...
(Repeat)
There needs to be a final comma, after which there is no data anymore.
Aside of that, no clue what could cause the problem.
Regards,
Tim
--
"Tim Nikias v2.0"
Homepage: <http://www.nolights.de>
Email: tim.nikias (@) nolights.de
Post a reply to this message
|
|